html {
    margin: 0;
}

body {
    margin: 0;
}

.split {
    height: 100%;
    position: fixed;
 
}

.left {
    left: 0;
    width: 50%;
    background-image: url("../images/paper.png");
    background-size: 100% 100%;
    margin: 0;
    justify-content: center;
    overflow-y: auto;
}

.right {
    right: 0;
    width: 50%;
    background-size: 100% 100%;
    margin: 0;
    overflow-y: auto;
}

.dyp {
    background-image: url("../images/dypi.jpg");
}

.titledyp {
    font-size: 7vw;
    margin: 0;
   
    color: rgb(121, 14, 14);
    text-align: center;
}